const net.hostLookupFilesDNS
9 uses
net (current package)
conf.go#L232: fallbackOrder = hostLookupFilesDNS
conf.go#L316: return hostLookupFilesDNS, dnsConf
conf.go#L355: return hostLookupFilesDNS, dnsConf
conf.go#L458: return hostLookupFilesDNS, dnsConf
dnsclient_unix.go#L529: hostLookupFilesDNS // files first
dnsclient_unix.go#L537: hostLookupFilesDNS: "files,dns",
dnsclient_unix.go#L551: if order == hostLookupFilesDNS || order == hostLookupFiles {
dnsclient_unix.go#L596: if order == hostLookupFilesDNS || order == hostLookupFiles {
dnsclient_unix.go#L814: if order == hostLookupFiles || order == hostLookupFilesDNS {
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |